翻訳と辞書
Words near each other
・ cjk
・ cjkv
・ ck
・ cl
・ clam
・ clarify
・ clarion
・ claris
・ clasp
・ class
class hierarchy
・ class library
・ class method
・ class oriented ring associated language
・ class-relation method
・ classic
・ classic c
・ classic-ada
・ classical logic
・ classless inter-domain routing


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

class hierarchy : FOLDOC
class hierarchy
A set of classes and their interrelationships.
One class may be a specialisation (a "subclass" or "derived class") of another which is one of its "superclasses" or "{base classes}".
When a method is invoked on an object it is first looked for in the object's class, then the superclass of that class, and so on up the hierarchy until it is found. Thus a class need only define those methods which are specific to it, and inherits methods from all its superclasses.
See also: multiple inheritance.
(1997-08-06)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.